Instrumentation leak in new code.
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 11 Aug 2005 19:03:21 +0000 (19:03 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 11 Aug 2005 19:03:21 +0000 (19:03 +0000)
gpsbabel/xmltag.c

index 3a453eb50573037affffcf177c4adb6b1070f65f..e044c3a68ffcc2bfc13c4a3e8e7fc7007f0024e2 100644 (file)
@@ -98,7 +98,7 @@ void fs_xml_destroy( void *fs ) {
        if ( xml ) {
                free_xml_tag( xml->tag );
        }
-       free( fs );
+       xfree( fs );
 }
 
 void fs_xml_copy( void **copy, void *source ) {